home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / rexx / readme < prev    next >
Text File  |  1996-07-28  |  1KB  |  33 lines

  1.  
  2.  
  3.                       EdWord Professional ARexx Scripts
  4.  
  5.  
  6.                               Martin Reddy, 1996
  7.  
  8.  
  9. This  directory  contains the various ARexx scripts for EdWord  Professional
  10. (.epxx)  which provide an interface with the ISpell package.  Each of  these
  11. scripts will first check to see if the ISpell server is running  and  if  it
  12. is not then it will attempt to run it for you ,  so you should never have to
  13. worry about the underlying ISpell package at all.
  14.  
  15. The EdSpell distribution currently includes the following .epxx scripts:
  16.  
  17.     SpellDocument ...... Spell check all words from word or top of file
  18.     SpellBlock ......... Spell check all words in a horizontal block
  19.     CheckWord .......... Check the word under cursor. Allow edit/add.
  20.     LookUpWord ......... Look up a word and allow adding if not found
  21.     DeleteWord ......... Remove a word from your user dictionary
  22.     UnLoadDictionary ... Remove ISpell server - frees up memory
  23.  
  24. Most  of  these scripts allow some form of customisation.  This is  done  by
  25. editing  any  boolean variables that appear in the script  before  the  line
  26. which states that there is nothing change below that point.  See the scripts
  27. themselves for full details on their individual customisation.
  28.  
  29.  
  30. ----
  31. Martin Reddy
  32. <M.Reddy@ed.ac.uk>
  33.